Builder

open class Builder(source)

Builder for the immutable Person class.

Constructors

Link copied to clipboard
constructor()
Creates a new, empty Builder.

Functions

Link copied to clipboard
open fun build(): Person
Creates and returns the Person this builder represents.
Link copied to clipboard
Sets whether or not this Person represents a machine rather than a human.
Link copied to clipboard
Set an icon for this Person.
Link copied to clipboard
Sets whether this is an important person.
Link copied to clipboard
Set a unique identifier for this Person.
Link copied to clipboard
Give this Person a name to use for display.
Link copied to clipboard
Set a URI for this Person which can be any of the following: *Note for these schemas, the path portion of the URI must exist in the contacts database in their appropriate column, otherwise the reference will be discarded.